projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97c2194
)
Comment change.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 19 Apr 2002 00:11:58 +0000
(
00:11
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 19 Apr 2002 00:11:58 +0000
(
00:11
+0000)
src/widget.c
patch
|
blob
|
history
diff --git
a/src/widget.c
b/src/widget.c
index 4f2e1dee173fd04b84521d6d07d424570adec621..f71193585e695eb117e0182a2dd48b54842ba6ed 100644
(file)
--- a/
src/widget.c
+++ b/
src/widget.c
@@
-973,6
+973,8
@@
EmacsFrameSetCharSize (widget, columns, rows)
enters an infinite loop (as of 2000-01-15). This is fixed in
later versions of LessTif (as of 2001-03-13); I'll leave it
as is because I think it can't do any harm. */
+ /* In April 2002, simon.marshall@misys.com reports the problem
+ seems not to occur any longer. */
XtVaSetValues (f->output_data.x->widget,
XtNheight, (XtArgVal) (outer_widget_height + hdelta),
XtNwidth, (XtArgVal) (outer_widget_width + wdelta),